home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Module Com22378772001.psc / Form1.frx < prev    next >
Encoding:
Text File  |  2001-07-07  |  961 b   |  13 lines

  1.  ╛     What this program does is this.  After you specify the Master and Compare File, the program will compare the 
  2. two and will display everything in the compare file that is not in the master file.  The differnt lines will be in red.  
  3. There is one fluke with the program I use Instr() to compare a line from the compare file to the whole master file, 
  4. so repetitive keywords like End If, Else, and others like that are not displayed in red.  Sorry.  If you click on the 
  5. compare or master panes the whole line will be highlight, to highlight more hold the shift key down and select 
  6. more lines.  Use the traditional cut, copy, and paste commands to use those functions.  This program wasn't 
  7. design to let you save, just copy changes into the VB IDE.  MAKE SURE YOU ONLY HGHLIGHT BLACK LINES WHEN JUMPING TO MASTER FILE, IF NOT PROGRAM CRASH WILL RESULT!!!
  8.     
  9.     
  10. DarkMercenary44
  11. DarkMercenary44@cheapconnect.net
  12. http://www.vbdevelopers.org
  13.